#*********************************************************
#   Minimal .cshrc for Altera/Mentor Graphics Interface
#                    11/6/92
#*********************************************************

# set up environment

setenv OPENWINHOME /usr/openwin3.0
setenv DESTDIR $OPENWINHOME
setenv LD_LIBRARY_PATH $OPENWINHOME/lib
setenv LM_LICENSE_FILE /usr/maxplus2/adm/license.altera
setenv LAI_QSIM /idea/user/lai_qsim 

# Mentor 8.1 variables 

setenv MGC_WD $HOME/mentor/max2/examples
setenv MGC_GENLIB /home/gamera/fs1/caetools/mentor/gen_lib
setenv MGC_LSLIB /home/gamera/fs1/caetools/mentor/ls_lib

# Altera/Mentor Graphics Interface varialbles

setenv MAX2_EXAMPLES $HOME/mentor/examples
setenv MAX2_LMCLIB $LAI_QSIM/libspg
setenv MAX2_MENTOR /usr/maxplus2/mentor/max2
setenv MAX2_GENLIB /usr/maxplus2/simlib/mentor/alt_max2
setenv MAX2_QSIM /usr/maxplus2/simlib/mentor/max2sim

# set the search path
#
#  Check that the path to /idea/bin exists. There should already exist a link
#  from /idea/bin to the .../mentor/idea/bin path for Mentor v8.1.

set path = (. ~ ~/bin /usr/local /usr/ucb /usr/bin /usr/etc /idea/bin /idea/user $MAX2_MENTOR/bin $OPENWINHOME/bin $OPENWINHOME/bin/xview /usr/maxplus2/bin $LAI_QSIM/toolkit)

alias pwd 	'echo $cwd'
alias copy 	cp
alias a 	alias
alias u 	unalias
alias lock 	lockscreen
alias m 	more
alias . 	'echo $cwd'
alias .. 	'set dot=$cwd;cd ..'
alias , 	'cd \!*;set prompt="${host}($cwd:t)[\\!] "'
alias less	more
alias bye	logout
alias quit	logout
alias h		'history 20'
alias l		ls -al
alias  	clear
